GskRenderer: Add missing nullable annotation
authorTimm Bäder <mail@baedert.org>
Sun, 8 Jul 2018 10:39:06 +0000 (12:39 +0200)
committerTimm Bäder <mail@baedert.org>
Sun, 8 Jul 2018 19:50:59 +0000 (21:50 +0200)
gsk/gskrenderer.c

index 11b8cd2074afb65ae99436ca6a15ddb4198a11cd..d321c501817bc34b50f9e55940344c520ca7dd3b 100644 (file)
@@ -448,8 +448,8 @@ gsk_renderer_render_texture (GskRenderer           *renderer,
  * gsk_renderer_render:
  * @renderer: a #GskRenderer
  * @root: a #GskRenderNode
- * @region: the #cairo_region_t that must be redrawn or %NULL for the whole
- *     window
+ * @region: (nullable): the #cairo_region_t that must be redrawn or %NULL
+ *     for the whole window
  *
  * Renders the scene graph, described by a tree of #GskRenderNode instances,
  * ensuring that the given @region gets redrawn.